home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / exec < prev    next >
Text File  |  2006-05-02  |  2KB  |  32 lines

  1.  
  2. EXEC %|[-] [-nosh] [-out | -msg <target> | -notice <target>] [-name <name>] <cmd line>
  3. EXEC %|-out | -window | -msg <target> | -notice <target> | -close | -<signal> <id>
  4. EXEC %|-in <id> <text to send to process>
  5.  
  6.      -: Don't print "process terminated ..." message
  7.      -nosh: Don't start command through /bin/sh
  8.      -out: Send output to active channel/query
  9.      -msg: Send output to specified nick/channel
  10.      -notice: Send output to specified nick/channel as notices
  11.      -name: Name the process so it could be accessed easier
  12.  
  13.      -window: Move the output of specified process to active window
  14.      -close: Forcibly close (or "forget") a process that doesn't die.
  15.              This only removes all information from irssi concerning the
  16.               process, it doesn't send SIGKILL or anything the process.
  17.      -<signal>: Send a signal to process. <signal> can be either numeric
  18.                 or one of the few most common ones (hup, term, kill, ...)
  19.  
  20.      -in: Send text to standard input of the specified process
  21.      -interactive: Creates a query-like window item. Text written to it is
  22.                    sent to executed process, like /EXEC -in.
  23.  
  24. Execute specified command in background. Output of process is printed to active window by default, but can be also sent as messages or notices to specified nick or channel.
  25.  
  26. Processes can be accessed either by their ID or name if you named it. Process identifier must always begin with '%%' character, like %%0 or %%name.
  27.  
  28. Once the process is started, it's output can still be redirected elsewhere with the -window, -msg, etc. options. You can send text to standard input of the process with -in option.
  29.  
  30. -close option shouldn't probably be used if there's a better way to kill the process. It is meant to remove the processes that don't die even with SIGKILL. This option just closes the pipes used to communicate with the process and frees all memory it used.
  31.  
  32.